From: Sjoerd Simons Date: Mon, 17 Oct 2016 20:47:58 +0000 (+0200) Subject: Update documentation for cookie handling commands X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~44^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2b150f52f8961b9e7b3a477d59b68275902ed1a7;p=ostree.git Update documentation for cookie handling commands Closes: #531 Approved by: cgwalters --- diff --git a/man/ostree-remote.xml b/man/ostree-remote.xml index 2e600845..88e61ac0 100644 --- a/man/ostree-remote.xml +++ b/man/ostree-remote.xml @@ -69,6 +69,25 @@ Boston, MA 02111-1307, USA. ostree remote summary OPTIONS NAME + + ostree remote add-cookie + NAME + DOMAIN + PATH + COOKIE_NAME + VALUE + + + ostree remote delete-cookie + NAME + DOMAIN + PATH + COOKIE_NAME + VALUE + + + ostree remote list-cookies NAME + @@ -83,6 +102,9 @@ Boston, MA 02111-1307, USA. The GPG keys to import may be in binary OpenPGP format or ASCII armored. The optional KEY-ID list can restrict which keys are imported from a keyring file or input stream. All keys are imported if this list is omitted. If neither nor options are given, then keys are imported from the user's personal GPG keyring. + + The various cookie related command allow management of a remote specific cookie jar. + diff --git a/man/ostree.repo-config.xml b/man/ostree.repo-config.xml index 0c421ba4..1182aa93 100644 --- a/man/ostree.repo-config.xml +++ b/man/ostree.repo-config.xml @@ -204,6 +204,18 @@ Boston, MA 02111-1307, USA. in the section GPG verification. + + + Per-remote HTTP cookies + + Some content providers may want to control access to remote + repositories via HTTP cookies. The ostree remote + add-cookie and ostree remote + delete-cookie commands will update a per-remote + lookaside cookie jar, named + $remotename.cookies.txt. + + See Also